projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65dec3b
)
mpc85xx: Setup QE pinmux for SPI Flash on MPC8569E-MDS boards
author
Anton Vorontsov
<
[email protected]
>
Thu, 15 Oct 2009 13:47:11 +0000
(17:47 +0400)
committer
Kumar Gala
<
[email protected]
>
Tue, 27 Oct 2009 14:44:40 +0000
(09:44 -0500)
SPI Flash (M25P40) is connected to the SPI1 bus, we need a few
qe_iop entries to actually enable SPI1 on these boards.
Signed-off-by: Anton Vorontsov <
[email protected]
>
Signed-off-by: Kumar Gala <
[email protected]
>
board/freescale/mpc8569mds/mpc8569mds.c
patch
|
blob
|
history
diff --git
a/board/freescale/mpc8569mds/mpc8569mds.c
b/board/freescale/mpc8569mds/mpc8569mds.c
index 2d07922161bcf2276cc7f9b1bba23d496e13e398..7d1d02e7d297288fa696fc09fe02b6519f91caea 100644
(file)
--- a/
board/freescale/mpc8569mds/mpc8569mds.c
+++ b/
board/freescale/mpc8569mds/mpc8569mds.c
@@
-154,6
+154,12
@@
const qe_iop_conf_t qe_iop_conf_tab[] = {
{5, 10, 2, 0, 3}, /* UART1_CTS_B */
{5, 11, 1, 0, 2}, /* UART1_RTS_B */
+ /* SPI Flash, M25P40 */
+ {4, 27, 3, 0, 1}, /* SPI_MOSI */
+ {4, 28, 3, 0, 1}, /* SPI_MISO */
+ {4, 29, 3, 0, 1}, /* SPI_CLK */
+ {4, 30, 1, 0, 0}, /* SPI_SEL, GPIO */
+
{0, 0, 0, 0, QE_IOP_TAB_END} /* END of table */
};